R/z[.cbind.createTable.R

"[.cbind.createTable"<-function(x,i,...){
  y<-x
  for (kk in 1:length(y)) 
    y[[kk]]<-y[[kk]][i]
  attributes(y)<-attributes(x)
  y  
}
isubirana/compareGroups documentation built on Sept. 15, 2024, 7:46 a.m.